Component org.nuxeo.ecm.platform.logs.viewer.properties
In bundle org.nuxeo.logs.viewer
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.logs.viewer.properties">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Property that configures the number of lines displayed for
each server log files in the Admin tab > Monitoring > Logs tab.
</documentation>
<property name="nuxeo.logs.viewer.max.lines.count">1500</property>
</extension>
</component>